Upgrade to latest toml-rs
authorBrian Koropoff <bkoropoff@gmail.com>
Mon, 18 Aug 2014 01:33:51 +0000 (18:33 -0700)
committerBrian Koropoff <bkoropoff@gmail.com>
Mon, 18 Aug 2014 01:33:51 +0000 (18:33 -0700)
This version has a fix for an import shadowing error

Cargo.lock

index 4d8d2e17f091e26b3223a4c644b782516f669eea..9efe48512886a7059dd97bc2ac3ae449f78d01a7 100644 (file)
@@ -7,7 +7,7 @@ dependencies = [
  "git2 0.0.1 (git+https://github.com/alexcrichton/git2-rs#7f03391f1dc9258daa30cc0d2d3433e05826f692)",
  "hamcrest 0.1.0 (git+https://github.com/carllerche/hamcrest-rust.git#c23b8769f20f306c59a96b22532bb09b33faa764)",
  "semver 0.0.1 (git+https://github.com/rust-lang/semver#e17191f51d543529a6f07e6731802b77977fcef8)",
- "toml 0.1.0 (git+https://github.com/alexcrichton/toml-rs#934e093047ae15432fcc772d4e01fdf5fd56d2fb)",
+ "toml 0.1.0 (git+https://github.com/alexcrichton/toml-rs#e7c7bba846fea549fe4e93de4c9d21e851a9882f)",
  "url 0.1.0 (git+https://github.com/servo/rust-url#678bb4d52638b1cfdab78ef8e521566c9240fb1a)",
 ]
 
@@ -63,7 +63,7 @@ source = "git+https://github.com/rust-lang/semver#e17191f51d543529a6f07e6731802b
 [[package]]
 name = "toml"
 version = "0.1.0"
-source = "git+https://github.com/alexcrichton/toml-rs#934e093047ae15432fcc772d4e01fdf5fd56d2fb"
+source = "git+https://github.com/alexcrichton/toml-rs#e7c7bba846fea549fe4e93de4c9d21e851a9882f"
 
 [[package]]
 name = "url"